-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moves code for handling redirects and unexpected request URLs out of Theme and into more appropriate locations #8427
Moves code for handling redirects and unexpected request URLs out of Theme and into more appropriate locations #8427
Conversation
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
The URL is no longer fixed when I request the page via |
Ironic, isn't it? Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Derp. Fixed now. |
Look good to you now, @live627? |
How do I add a forum alias? A search for |
Looks like it, yeah. It appears to be a hidden setting. |
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
537c94c
to
c7c983f
Compare
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
I have added more commits to fix #8452, because the fixes for that issue need to build on the other changes in this PR. |
@Oldiesmann, can you confirm that this fixes #8452? |
PM previews are still broken but everything else works now. (Error from Firefox and Chrome) |
Previewing newsletters is also broken with the same error as above (just with a different URL) |
I set up a new virtual host (wamp server makes this very easy) pointing to SMF but none of the links change. I add a new setting |
…age::isSimpleAction() Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
@Oldiesmann, those should both be fixed now. |
Signed-off-by: Jon Stovell <jonstovell@gmail.com> # Conflicts: # Sources/Actions/Admin/Members.php
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Try now. I tweaked that code to be a bit smarter when I moved it, but in the process I forgot to consider the possibility that the values in that array might be just naked domain names or schemeless URLs. |
|
Will test soon. This is the first time I set an alias.
…On Mon, Feb 10, 2025 at 2:49 PM Michael Eshom ***@***.***> wrote:
@Oldiesmann <https://github.com/Oldiesmann>, those should both be fixed
now.
- I'll test when I get home tonight and let you know
—
Reply to this email directly, view it on GitHub
<#8427 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADJNN4ABXOJ6BPXK6UOR332PENHVAVCNFSM6AAAAABWGYEI3CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNBZGMYTSNJTGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it works now
Fixes #8426
Fixes #8452
9662156 will probably also help avoid issues like this perennial problem when admins inconsistently use 'www.' in some of their settings but not all.